ci: pin actions to commit SHAs in check-wix-proxy.yml - #254
Conversation
The repo's Actions policy requires SHA pinning (sha_pinning_required), so this workflow has hit startup_failure on every run since it first triggered. #249 pinned all other workflows but missed this file. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Claude finished @guyofeck's task —— View job Review: PR #254 — Pin actions to SHAs in
|
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/sdk@0.8.42-pr.254.6a358ecPrefer not to change any import paths? Install using npm alias so your code still imports npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.42-pr.254.6a358ec"Or add it to your {
"dependencies": {
"@base44/sdk": "npm:@base44-preview/sdk@0.8.42-pr.254.6a358ec"
}
}
Preview published to npm registry — try new features instantly! |
What
Pins
actions/checkoutandactions/setup-pythonto commit SHAs incheck-wix-proxy.yml.Why
The repo's Actions policy has
sha_pinning_required: true, so this workflow has hitstartup_failureon every run since it first triggered (all 4 runs, starting 2026-08-16 09:48 UTC). Since it's meant to be a required status check, every PR and push tomaincurrently fails it at startup.#249 pinned all eight other workflows but missed this file.
Details
actions/checkout@v4→11d5960a— same SHA already used by every other workflow in the repoactions/setup-python@v6→ece7cb06— resolved from thev6tag on actions/setup-pythonVerified no unpinned
uses:references remain in.github/workflows/or.github/actions/.🤖 Generated with Claude Code